home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / orbitrax.swf / scripts / DefineButton2_270 / BUTTONCONDACTION on(release).as next >
Text File  |  2010-11-09  |  329b  |  12 lines

  1. on(release){
  2.    _parent.lightPod2.gotoAndPlay("click");
  3.    _parent.trackNum1.gotoAndStop("idle");
  4.    _parent.lightPod1.gotoAndStop("off");
  5.    _parent.trackNum3.gotoAndStop("idle");
  6.    _parent.lightPod3.gotoAndStop("off");
  7.    main.sfx.gotoAndPlay("twit");
  8.    _parent.pisteNbr = 2;
  9.    gotoAndStop("click");
  10.    play();
  11. }
  12.